Merge "Use better styles for fake button in installer"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 9 May 2016 15:22:06 +0000 (15:22 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 9 May 2016 15:22:06 +0000 (15:22 +0000)
includes/installer/WebInstallerPage.php

index daa429a..2ab0554 100644 (file)
@@ -98,7 +98,7 @@ abstract class WebInstallerPage {
                                wfMessage( "config-$continue" )->text(),
                                [
                                        'name' => "enter-$continue",
-                                       'style' => 'visibility:hidden;overflow:hidden;width:1px;margin:0'
+                                       'style' => 'width:0;border:0;height:0;padding:0'
                                ]
                        ) . "\n";
                }